PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowDocumentHeadersFooters Class / setMainFooter Method
A footer object to be displayed on document's pages.
In This Topic
    setMainFooter Method
    In This Topic
    Sets the document main footer.
    The main header is displayed on all document pages. When this method is set, the and methods are also set to the same value.
    Syntax
    public void setMainFooter( 
       PDFFlowDocumentFooter value
    )

    Parameters

    value
    A footer object to be displayed on document's pages.
    See Also